sgdk
VDPSprite Struct Reference

#include <sprite_eng.h>

List of all members.

Public Attributes

s16 y
u16 size_link
u16 attr
s16 x

Detailed Description

VDP sprite definition structure replicating VDP hardware sprite.

Parameters:
yY position - 0x80 (0x80 = 0)
size_linksprite size (see SPRITE_SIZE macro) in high byte and link in low byte
attrtile index and sprite attribut (priority, palette, H/V flip), see TILE_ATTR_FULL macro
xX position - 0x80 (0x80 = 0)

The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Defines